Decision Function¶
Applies the decision function (if available) of a trained model to return a scalar for each class of outputs
Documentation
Applies the decision function (if available) of a trained model to return a scalar for each class of outputs
Configuration:
- Input ports:
 - in-modelmodel
 Input model
- Xtable
 X
- Output ports:
 - Ytable
 Y
Definition
Input ports
- in-model
 model
Input model
- X
 table
X
Output ports
- Y
 table
Y
- 
class 
node_application.DecisionFunction[source]